const go/printer.newline
15 uses
go/printer (current package)
nodes.go#L62: p.print(newline)
nodes.go#L138: p.print(newline)
nodes.go#L139: p.print(indent, "// "+filteredMsg, unindent, newline)
nodes.go#L300: p.print(newline)
nodes.go#L312: p.print(token.COMMA, newline)
nodes.go#L313: p.print("// "+filteredMsg, newline)
nodes.go#L1112: p.print(indent, newline, x.Sel.Pos(), x.Sel)
nodes.go#L1316: p.print(newline, e.Pos(), token.SEMICOLON)
nodes.go#L1907: p.print(newline)
printer.go#L32: newline = whiteSpace('\n')
printer.go#L438: case newline, formfeed:
printer.go#L707: case newline, formfeed:
printer.go#L735: if ch == newline || ch == formfeed {
printer.go#L813: case newline, formfeed:
printer.go#L922: if x == newline || x == formfeed {